-
Notifications
You must be signed in to change notification settings - Fork 7
Update install.md #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added preliminary TrueNAS install instructions according to what worked for me.
docs/pages/client/install.md
Outdated
| ``` | ||
| ## TrueNAS Scale <!-- Make the line number below match this line's number. --> | ||
| ## TrueNAS Community (formerly Scale, current as of Version 25.10.1) <!-- Make the line number below match this line's number. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should keep the header as-is as existing links work.
Can add the Community / version note as an infobox
| nor does it log the password correctly. We can fix this by manually setting a password with an environment variable. | ||
|
|
||
| 1. Name: `DN_UI_PASSWORD` | ||
| 1. Value: `your_password` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note to someone: this will be outdated in 3..2..1.. give me about 2 days.
| 1. Install the notifiarr app from the "Apps" menu category. | ||
| 1. Set your timezone, config directory UID, GID, etc. as normal. | ||
| 1. Assign a hostname to the container under the "Hostname" field. This field is required, but something simple like "notifiarr" works. | ||
| 1. Copy either your global API key (or a client-specific API key you generate) from the "API Keys" section of your Profile menu on the notifiarr.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the client, there is no "either" and only the Global key should be used. You cant make an integration specific key for the client (it isnt an integration, its the core local app)
Added preliminary TrueNAS install instructions according to what worked for me.